Welcome![Sign In][Sign Up]
Location:
Search - line fitting

Search list

[Other resourcevb_bezierfit

Description: 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve fitting example of the procedures used to prepare the Chinese version VB6.0 need an example of the form and a button (use the default name), in this case, the black lines of the coordinates of the point on the direct connection of the yellow line between the only point Approximate line fitting, does not pass through every point, the use of B-spline curve through the blue line in addition to a final point and a point outside of each one, using a Bezier curve
Platform: | Size: 2253 | Author: qiao | Hits:

[Mathimatics-Numerical algorithmsData-fitting-methods

Description: 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several data fitting c code : Fitting a straight line (FIT); Two linear least-squares method ((LFIT, COVSRT), (SVDFIT, SVDVAR) (oddity), (FPOLY, FLEG) (example)); Nonlinear least 3 two multiplication ((MRQMIN (Levenberg - Marguardt), MRQCOF (evaluation)), FGAUSS (example)); 4 absolute deviation of the smallest linear fitting (MEDFIT (cal para), ROFUNC (example)).
Platform: | Size: 6066 | Author: ldg | Hits:

[Mathimatics-Numerical algorithmsData-fitting-methods

Description: 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several data fitting c code : Fitting a straight line (FIT); Two linear least-squares method ((LFIT, COVSRT), (SVDFIT, SVDVAR) (oddity), (FPOLY, FLEG) (example)); Nonlinear least 3 two multiplication ((MRQMIN (Levenberg- Marguardt), MRQCOF (evaluation)), FGAUSS (example)); 4 absolute deviation of the smallest linear fitting (MEDFIT (cal para), ROFUNC (example)).
Platform: | Size: 6144 | Author: ldg | Hits:

[matlabline-fit

Description: 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
Platform: | Size: 185344 | Author: khliu | Hits:

[2D GraphicRLine

Description: 通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数-through a series of points with a minimum two multiplication fitting straight line, also includes paintings and calculating normal parallel lines some small function
Platform: | Size: 3072 | Author: hcy | Hits:

[Special EffectsBoundaryDetectionVc++Res

Description: 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
Platform: | Size: 13312 | Author: 牛牛 | Hits:

[GIS programlinefitting

Description: 直线拟合源代码,是数字摄影测量课程练习程序-Fitting a straight line source is digital photogrammetry courses practice procedures
Platform: | Size: 123904 | Author: | Hits:

[Algorithmcode

Description: Visual Bisic\最小二乘法拟合曲线算法.rar-Visual Bisic least squares curve fitting algorithm. Rar
Platform: | Size: 3072 | Author: my name | Hits:

[Graph DrawingLine

Description: 通过OPENCV对曲线进行直线拟合,曲线输入为图片,输出为一副直线的图片,可以参考一下-Through OPENCV on a straight line curve fitting, curve input for the picture, the output for a straight-line images, you can refer to
Platform: | Size: 2172928 | Author: 朱志强 | Hits:

[OtherFitting

Description: Line & Curve Fitting To 2D Points
Platform: | Size: 1024 | Author: Javaneh | Hits:

[Special Effectsfinal

Description: 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
Platform: | Size: 402432 | Author: 高超 | Hits:

[AlgorithmFitLine

Description: 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
Platform: | Size: 2855936 | Author: GongChun | Hits:

[Windows Develop02_leastsquares_robust_notes

Description: Explanation on the least square line fitting algorithm.
Platform: | Size: 79872 | Author: stephc_int13 | Hits:

[Special EffectsRANSAC

Description: Ransac拟合直线和最小二乘法拟合的比较,对初次接触ransac的读者帮助很大-Ransac fitting straight line and the least-squares fitting of the comparison, the initial contact with the readers of great help to ransac
Platform: | Size: 1024 | Author: 田冰 | Hits:

[Special EffectsSpace-linear-fitting

Description: 经典的空间直。线拟合源代码,包括完整GUI界面设计程序-Classic space directly. Line fitting the source code, including a complete GUI interface design process
Platform: | Size: 92160 | Author: bobo | Hits:

[Special Effectsline

Description: 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
Platform: | Size: 3913728 | Author: lgmlgm | Hits:

[AlgorithmRANSAC

Description: 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
Platform: | Size: 348160 | Author: Andy | Hits:

[AlgorithmRansacLine

Description: RANSAC随机采样一致性算法 最轻大的拟合直线算法-RANSAC random sampling, the algorithm of consistency light fitting line algorithm
Platform: | Size: 30720 | Author: 焦晓波 | Hits:

[Otherline-fitting

Description: 使用最小二乘法来实现对输入的点进行直线拟合,-Using the least squares method to achieve the linear fitting of the input point,
Platform: | Size: 3072 | Author: john wang | Hits:

[2D Graphicline

Description: 最小二乘直线拟合(对离散点进行的最佳直线拟合)-there is a code of line fitting
Platform: | Size: 6144 | Author: xiaoxie | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net